.imagen-centrada {
  display: block;
  margin: auto;
  width: 50%;
}


.contenedor-flex {
  display: flex;
  justify-content: center;
}

.imagen-ajustada {
  width: 50%;
}


.contenedor-centrado {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  border: 1px solid black;
}

.imagen-escalada {
  width: 50%;
  height: 50%;
}
